Vcenter NamespaceManagement Networks Nsx Projects Vpcs FilterSpec
The Vcenter NamespaceManagement Networks Nsx Projects Vpcs FilterSpec schema contains properties used to filter the results when listing VPCs (see GET /vcenter/namespace-management/networks/nsx/projects/{project}/vpcs).
This schema was added in vSphere API 9.0.0.0.
{
"supervisor": "string",
"compatible": false
}
Identifier for the Supervisor. It must be set if Vcenter NamespaceManagement Networks Nsx Projects Vpcs FilterSpec.compatible is set.
This property was added in vSphere API 9.0.0.0.
If missing or null
, Vcenter NamespaceManagement Networks Nsx Projects Vpcs FilterSpec.compatible also needs missing or null
.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor
.
Compatibility criteria. If true, only VPCs which are compatible with the given Supervisor will be returned. If false, only VPCs incompatible with the given Supervisor will be returned.
This property was added in vSphere API 9.0.0.0.
If missing or null
, both compatible and incompatible VPCs will be returned.